home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / aug96 / hoskf112.gif < prev    next >
Graphics Interchange Format  |  1996-11-26  |  13KB  |  462x469  |  4-bit (15 colors)
Labels: text | screenshot | display | line | number | software | parallel | font
OCR: Class - clsFormControl btnHelp Properties ..... .. D. Name btnHelp Positionx 24 pix Positiony 0 pix Sizex 25 pix Sizey: 24 pix TabEnabled True TabOrder 2 Visible True 7 Click Sub ClickO Windows platforms can call WinHelp IF SystemName () = "Windows" THEN IF LEN ( Container. udpHelpFile ) = 0 THEN MSGBOX "Help has not been specified. " ELSE result = WinHelp ( 0, Container. udpHelpFile, 1, Contain END IF ELSE MSGBOX "Application Context-Sensitive Help Not Implement END IF